home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Rolling Stones: Shine a Light (Press Kit)
/
Shine a Light (Press Kit).iso
/
pc
/
program.dxr
/
Internal_37_Video Return.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-03-03
|
258 b
|
14 lines
global gTrailerRtrn
on exitFrame
if sprite(115).movieRate = 0 then
repeat with i = 1 to gTrailerRtrn.count
trailerReturn = getAt(gTrailerRtrn, i)
go(trailerReturn)
end repeat
gTrailerRtrn = []
else
go(the frame)
end if
end